home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
5_2007-2008.ISO
/
data
/
Zips
/
Streaming_2113415212008.psc
/
Clock Killer
/
Form1.frm
next >
Wrap
Text File
|
2008-05-10
|
711b
|
26 lines
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 840
ClientLeft = 60
ClientTop = 450
ClientWidth = 1725
LinkTopic = "Form1"
ScaleHeight = 840
ScaleWidth = 1725
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Visible = 0 'False
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load() 'This program was made to shutdown alarm clock for uninstall
Call Killapp("Streaming Radio Alarm Clock.exe")
Unload Me
End Sub